@charset "utf-8";

@media screen and (max-width:1200px) {}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {}
/*==================================================
$common
==================================================*/
.safety_contents {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-weight: 400;
	text-align: left;
  background: linear-gradient(to bottom,  rgba(252,255,245,1) 0%,rgba(202,238,247,1) 100%) !important;
}
.safety_contents span {
  position: static !important;
}
.safety_contents a {color: inherit;text-decoration: none;}
.safety_contents .sp {display: none !important;}
.safety_contents img {max-width: 100%;height: auto;}
.safety_contents .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
  position: relative;
}
.safety_contents .mv {
  height: 580px;
  background: url(../img/250701/mv_bg.png) no-repeat bottom center/cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
}
.safety_contents .mv .inner {
  padding-bottom: 8%;
}
.safety_contents .mv .inner .heading {
  width: 100%;
}
.safety_contents .mv .inner .heading picture {
  margin-bottom: 10px;
  display: block;
}
.safety_contents .mv .inner .heading picture img {
  max-width: 585px;
  width: 60%;
}
.safety_contents .mv .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.safety_contents .condition .inner dl {
  text-align: center;
}
.safety_contents .condition .inner dl:not(:first-child) {
  margin-top: 40px;
}
.safety_contents .condition .inner dl dt {
  max-width: 250px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0b8bef;
  border-radius: 100vw;
  margin: 0 auto 20px;
}
.safety_contents .condition .inner dl dd>* {
  margin-top: 10px;
  font-weight: bold;
  display: block;
}
.safety_contents .condition .inner dl dd picture {
  max-width: 525px;
  width: 100%;
  margin: auto;
}
.safety_contents .condition .inner dl dd picture img {
  width: 100%;
}
.safety_contents .condition .inner dl dd span {
  font-size: 12px;
}
.safety_contents .condition .inner dl dd strong {
  font-size: 16px;
}
.safety_contents .block+.block {
  margin-top: -40px;
}
.safety_contents .block .inner picture {
  width: 100%;
}
.safety_contents .block .inner picture source {
  width: 100%;
}
.safety_contents .block .inner picture img {
  width: 100%;
}
.safety_contents .block:last-child {
  padding-bottom: 100px;
}
.safety_contents .block .inner .disc {
  padding: 40px;
  text-align: justify;
}
.safety_contents .block .inner .disc li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.safety_contents .block .inner .disc li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-radius: 100vw;
  background: #000;
  margin-right: 0.5em;
}
@media screen and (max-width:1000px) {
  .safety_contents .mv {
    height: 58vw;
  }
}
@media screen and (max-width:767px) {
  .safety_contents {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2) !important;
    display: block;
  }
  .safety_contents .sp {display: inline-block !important;}
  .safety_contents .pc {display: none !important;}
  .safety_contents .mv {
    height: auto;
    background: url(../img/250701/mv_bg_sp.png) no-repeat bottom center/cover;
    margin-bottom: 15%;
    padding: 20% 0 45%;
  }
  .safety_contents .mv .inner {
    padding-bottom: 8%;
    text-align: center;
  }
  .safety_contents .mv .inner .heading {
    width: 100%;
    margin: auto;
  }
  .safety_contents .mv .inner .heading picture {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .safety_contents .mv .inner .heading picture img {
    min-width: 300px;
    max-width: 500px;
    width: 90%;
  }
  .safety_contents .mv .inner p {
    font-size: 3.5vw;
  }
  .safety_contents .condition .inner dl {
    text-align: center;
  }
  .safety_contents .condition .inner dl:not(:first-child) {
    margin-top: 40px;
  }
  .safety_contents .condition .inner dl dd picture {
    max-width: 400px;
  }
  .safety_contents .condition .inner dl dd strong {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .safety_contents .block .inner .disc {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }
}